func golang.org/x/tools/go/packages.sameFile

4 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L245: 						if sameFile(f, g) {
		golist_overlay.go#L91: 				if !sameFile(filepath.Dir(f), dir) {
		packages.go#L1115: 			if sameFile(f, filename) {
		packages.go#L1185: func sameFile(x, y string) bool {